From ebc96cdfbc9823cd7f0efc56ebdb214085962712 Mon Sep 17 00:00:00 2001 From: "smh22@tempest.cl.cam.ac.uk" Date: Thu, 30 Dec 2004 21:12:25 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.521 (41d46f39V5gFv-vVZKIR69j7WEZGCw) fix typo --- linux-2.6.10-xen-sparse/drivers/xen/blkfront/blkfront.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6.10-xen-sparse/drivers/xen/blkfront/blkfront.c b/linux-2.6.10-xen-sparse/drivers/xen/blkfront/blkfront.c index 47a814dbc2..040f2d93b7 100644 --- a/linux-2.6.10-xen-sparse/drivers/xen/blkfront/blkfront.c +++ b/linux-2.6.10-xen-sparse/drivers/xen/blkfront/blkfront.c @@ -434,7 +434,7 @@ static irqreturn_t blkif_int(int irq, void *dev_id, struct pt_regs *ptregs) return IRQ_HANDLED; } - rp = blk_ring.sring->req_prod; + rp = blk_ring.sring->rsp_prod; rmb(); /* Ensure we see queued responses up to 'rp'. */ for ( i = blk_ring.rsp_cons; i != rp; i++ ) -- 2.30.2